home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The PC-SIG Library 10
/
The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso
/
PC_SIGCD
/
22
/
4
/
DISK2247.ZIP
/
CBASE101.ZIP
/
ROLODECK.ZIP
/
ROLODECK.RME
< prev
Wrap
Text File
|
1990-06-21
|
2KB
|
53 lines
----------------------------------------------------------------------
| Citadel |
| 241 East Eleventh Street * Brookville, IN 47012 * 317-647-4720 |
| BBS 317-647-2403 |
----------------------------------------------------------------------
The following files are obtained by decompressing rolodeck.zip:
rolodeck.rme preliminary information
makefile UNIX makefile
install.bat MS-DOS installation batch file
rolodeck.c rolodeck source code
rolodeck.h rolodeck data definition header
rolodeck.i rolodeck data definition code
basstr.h BASIC string function header
cvtss.c string conversion function
fml.c name format conversion functions
krtmp.c ANSI routines for K&R C compilers
======================================================================
INSTALLATION INSTRUCTIONS
The supplied MS-DOS batch file install.bat is written for Borland
Turbo C, and will require some modification for use with other
compilers. install.bat takes two arguments. The first specifies the
memory model, legal values for which are s, m, c, l, and h. The
second, if present, causes the reference manual to be extracted from
the source code into the file rolodeck.man.
UNIX
1. Install cbase.
2. Add the following definition at the top of cvtss.c.
#define huge
This will disable the MS-DOS huge pointer keyword.
3. Compile rolodeck.
$ make rolodeck
4. Extract and print the reference manual.
$ make man
$ lp rolodeck.man
MS-DOS
1. Install cbase.
2. If necessary, modify install.bat for the C compiler
being used.
3. Compile rolodeck and print the reference manual.
> install h x
> print rolodeck.man
======================================================================
Citadel 90/06/21